var net/http.http2errClientConnNotEstablished

3 uses

	net/http (current package)
		h2_bundle.go#L7944: 		if err == http2errClientConnNotEstablished {
		h2_bundle.go#L7980: 	http2errClientConnNotEstablished = errors.New("http2: client conn could not be established")
		h2_bundle.go#L9034: 			return http2errClientConnNotEstablished